home *** CD-ROM | disk | FTP | other *** search
GW-BASIC | 1985-06-04 | 1.0 KB | 22 lines |
- 100 CLS:LOCATE 3,1
- 110 PRINT " INFORMATION ON THE PCPM SYSTEM"
- 120 PRINT
- 130 PRINT "PCPM is a menu driven Critical Path Method System."
- 140 PRINT "Several utilities make this system a valuable tool for "
- 150 PRINT "project management. Input can be done interactively in PCPM or be"
- 190 PRINT "edited outside the PCPM system using a text processing program."
- 200 PRINT
- 210 PRINT "Using PCPM, you are guided interactively through each menu option."
- 230 PRINT "As each function is completed the screen returns to the main menu."
- 250 PRINT
- 260 PRINT "Information and messages from the system are displayed in CAPS"
- 270 PRINT "surrounded by '****'. User responses should be made in UPPER "
- 280 PRINT "CASE LETTERS only. Answers to prompts are provided in parenthesis,"
- 285 PRINT "like (Y/N). The first answer (Y) is the default (ENTER key) answer."
- 290 PRINT
- 300 PRINT "For detailed information refer to the PCPM USERS MANUAL. "
- 318 PRINT
- 320 INPUT "Hit ENTER when you are ready to return to the main menu ",Q$
- 325 CLS
- 330 CHAIN "CPAMENU"
-